home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / M / M2TSkel.cpt / M2TSkel / MultiSkelEdit.def < prev    next >
Text File  |  1986-04-14  |  383b  |  16 lines

  1. DEFINITION MODULE MultiSkelEdit;
  2.  
  3. (*
  4.  *    TransSkel multiple window demonstration:    TextEdit module
  5.  *    
  6.  *    This module handles a simple TextEdit window, into which text may be typed
  7.  *    and standard Cut/Copy/Paste/Clear operation may be performed.  Neither
  8.  *    Undo nor scrolling is supported.
  9.  *)
  10.  
  11. PROCEDURE EditWindInit;
  12.  
  13. PROCEDURE EditWindEditMenu(item: INTEGER);
  14.  
  15. END MultiSkelEdit.
  16.